home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MGE USV-Infopaket 2003 January
/
MGE USV Infopaket Ausgabe 1-2003 (German).iso
/
START.SXT
< prev
Wrap
Text File
|
2001-03-13
|
2KB
|
36 lines
check_vba:
if file_exist (system_directory & "\\Asycfilt.dll") == 0
copy "\\vb60run\\Asycfilt.dll" to system_directory & "\\Asycfilt.dll"
execute "\\vb60run\\regsvr32.exe Asycfilt.dll /s"
if file_exist (system_directory & "\\Comcat.dll") == 0
copy "\\vb60run\\Comcat.dll" to system_directory & "\\Comcat.dll"
execute "\\vb60run\\regsvr32.exe Comcat.dll /s"
if file_exist (system_directory & "\\Msvbvm60.dll") == 0
copy "\\vb60run\\Msvbvm60.dll" to system_directory & "\\Msvbvm60.dll"
execute "\\vb60run\\regsvr32.exe Msvbvm60.dll /s"
if file_exist (system_directory & "\\Oleaut32.dll") == 0
copy "\\vb60run\\Oleaut32.dll" to system_directory & "\\Oleaut32.dll"
execute "\\vb60run\\regsvr32.exe Oleaut32.dll /s"
if file_exist (system_directory & "\\Olepro32.dll") == 0
copy "\\vb60run\\Olepro32.dll" to system_directory & "\\Olepro32.dll"
execute "\\vb60run\\regsvr32.exe Olepro32.dll /s"
if file_exist (system_directory & "\\Vb6de.dll") == 0
copy "\\vb60run\\Vb6de.dll" to system_directory & "\\Vb6de.dll"
execute "\\vb60run\\regsvr32.exe Vb6de.dll /s"
if file_exist (system_directory & "\\Vb6stkit.dll") == 0
copy "\\vb60run\\Vb6stkit.dll" to system_directory & "\\Vb6stkit.dll"
execute "\\vb60run\\regsvr32.exe Vb6stkit.dll /s"
if file_exist (system_directory & "\\Stdole.tlb") == 0
copy "\\vb60run\\Stdole.tlb" to system_directory & "\\Stdole.tlb"
execute "\\vb60run\\regsvr32.exe Stdole.tlb /s"